powered by
Read a file as a Filebacked Big Matrix.
read.fbm(file, select)
A Filebacked Big Matrix object.
The File to read.
Indices of columns to read (sorted). The length of select will be the number of columns of the resulting FBM.
Michail Tsagris.
R implementation and documentation: Michail Tsagris <mtsagris@uoc.gr>.
The functions read a file as a Filebacked Big Matrix object. For more information see the "bigstatsr" package.
vmf.mle, kent.mle
# \donttest{ dataset <- matrix( runif(100 * 50, 1, 100), ncol = 50 ) write.csv(dataset, "dataset.csv") a <- read.fbm("dataset.csv", select = 1:50) # }
Run the code above in your browser using DataLab